Micron Document
baubs git

Node / mirrors / respira / commits / 7d7d17f

Commit 7d7d17f918af11ab5043ca18fa0afed50d26ec95


Parents : 3760f05
Author : Jan-Henrik Bruhn <jan-henrik.bruhn@offis.de>
Date : 2025-12-11T13:30:11+01:00

Build web app with correct base path for GitHub Pages

Set Vite base path to /respira/ when building for GitHub Pages
so assets load correctly from the repository subdirectory.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

Changes

1 files changed, 1 insertions(+), 1 deletions(-)


Diff

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 7d7e04b..9f33d52 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -122,7 +122,7 @@ jobs:
run: npm ci
- name: Build web app
- run: npm run build
+ run: npm run build -- --base=/respira/
- name: Upload web build artifact
uses: actions/upload-artifact@v4

Served by rngit 1.4.2 - Generated in 0.09s